body {
  background: black;
  text-align: center;
  font-family: I KNOW A GHOST;
  font-size: 30px;
}
p {
  color: red;
}
h1 {
  font-weight: bold;
  color: red;
}
.warning {
  border-color: red;
  background: #400000;
  border-style: solid;
}
img {
  width: 500px;
}
button {
  background-color: #1c87c9;
  border: none;
  color: white;
  padding: 20px 34px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}
.content {
  color: white;
  border-color: white;
  border-style: solid;
}